function check meaning in Chinese
功能检查
Examples
- The defined ( ) function checks whether a constant exists
函数的作用是:检查一个常量是否存在。 - The is _ readable ( ) function checks whether the specified file is readable
函数的作用是:判断给定文件名是否可读。 - The connection _ aborted ( ) function checks whether the client has disconnected
函数的作用是:检查客户端是否断线。 - The file _ exists ( ) function checks whether or not a file or directory exists
函数的作用是:检查文件或目录是否存在。 - The is _ writable ( ) function checks whether the specified file is writeable
函数的作用是:判断给定的文件名是否可写。